.. _`Extract Attributes`: .. _`org.sysess.sympathy.machinelearning.extract_attributes`: Extract Attributes `````````````````` .. image:: attributes.svg :width: 48 Extract attributes from a fitted model, requires model dependent name for the attribute Definition :::::::::: Input ports ........... **in-model** | Type: model | Description: Input model Output ports ............ **out** | Type: [table] | Description: Attributes Configuration ............. **attribute** (attribute) Name of attribute to extract Examples ........ The node can be found in: * :download:`Text_Classification.syx ` * :download:`Eigenfaces.syx ` * :download:`Figure gallery.syx ` * :download:`Fisher_faces.syx ` * :download:`agglomerative_clustering.syx ` * :download:`random_forest_regressor.syx ` * :download:`linear time invariant systems.syx ` Implementation .............. .. automodule:: node_attributes :noindex: .. class:: ExtractAttribute :noindex: